home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr31 / gzip110x.zip / NEWS < prev   
Text File  |  1993-05-30  |  7KB  |  154 lines

  1. Current Version: 1.1
  2. See the file ChangeLog for the details of all changes.
  3.  
  4. Major changes from 1.0.7 to 1.1.
  5. * Use .gz suffix by default, add --suffix option.
  6. * Let gunzip accept a "_z" suffix (used by one 'compress' on Vax/VMS).
  7. * Quit when reading garbage from stdin instead of reporting an error.
  8. * Added makefile for VAX/MMS and support for wildcards on VMS.
  9. * Added support for MSC under OS/2.
  10. * Added support for Prime/PRIMOS.
  11. * Display compression ratio also when decompressing (with --verbose).
  12. * Quit after --version (GNU standard)
  13. * Use --force to bypass isatty() check
  14. * Continue processing other files in case of recoverable error.
  15. * Added comparison of zip and gzip in the readme file.
  16. * Added small sample programs (ztouch, sub, add)
  17. * Use less memory when compiled with -DSMALL_MEM (for MSDOS).
  18. * Remove the "off by more than one minute" time stamp kludge
  19.  
  20. Major changes from 1.0.6 to 1.0.7.
  21. * Allow zmore to read from standard input (like more).
  22. * Support the 68000 (Atari ST) in match.S.
  23. * Retry partial writes (required on Linux when gzip is suspended in a pipe).
  24. * Allow full pathnames and renamings in gzexe.
  25. * Don't let gzexe compress setuid executables or gzip itself.
  26. * Added vms/Makefile.gcc for gcc on the Vax.
  27. * Allow installation of binaries and shell scripts in different dirs.
  28. * Allows complex PAGER variable in zmore (e.g.: PAGER="col -x | more")
  29. * Allow installation of zcat as gzcat.
  30. * Several small changes for portability to old or weird systems.
  31. * Suppress help message and send compressed data to the terminal when
  32.   gzip is invoked without parameters and without redirection.
  33. *  Add compile option GNU_STANDARD to respect the GNU coding standards:
  34.    with -DGNU_STANDARD, behave as gzip even if invoked under the name gunzip.
  35. (I don't like the last two changes, which were requested by the FSF.)
  36.  
  37. Major changes from 1.0.5 to 1.0.6.
  38. * Let gzexe detect executables that are already gzexe'd.
  39. * Keep file attributes in znew and gzexe if cpmod is available.
  40. * Don't try restoring record format on VMS (1.0.5 did not work correctly)
  41. * Added asm version for 68000 in amiga/match.a.
  42.   Use asm version for Atari TT and NeXT.
  43. * For OS/2, assume HPFS by default, add flag OS2FAT if necessary.
  44. * Fixed some bugs in zdiff and define zcmp as a link to zdiff.
  45.  
  46.  
  47. Major changes from 1.0.4 to 1.0.5.
  48. * For VMS, restore the file type for variable record format, otherwise
  49.     extract in fixed length format (not perfect, but better than
  50.     forcing all files to be in stream_LF format).
  51. * For VMS, use "-z" default suffix and accept a version number in file names.
  52. * For Unix, allow compression of files with name ending in 'z'. Use only
  53.   .z, .*-z, .tgz, .taz as valid gzip extensions. In the last two cases,
  54.   extract to .tar by default.
  55. * On some versions of MSDOS, files with a 3 character extension could not
  56.   be compressed.
  57. * Garbage collect files in /tmp created by gzexe.
  58. * Fix the 'OS code' byte in the gzip header.
  59. * For the Amiga, add the missing utime.h and add support for gcc.
  60.  
  61.  
  62. Major changes from 1.0.3 to 1.0.4.
  63. * Added optimized asm version for 68020.
  64. * Add support for DJGPP.
  65.     
  66. * Add support for the Atari ST.
  67. * Added zforce to rename gzip'ed files with truncated names.
  68. * Do not install with name uncompress (some systems rely on the
  69.   absence of any check in the old uncompress).
  70. * Added missing function (fcfree) in msdos/tailor.c
  71. * Let gunzip handle .tgz files, and let gzip skip them.
  72. * Added -d option (decompress) for gzexe and try preserving file permissions.
  73. * Suppress all warnings with -q.
  74. * Use GZIP_OPT for VMS to avoid conflict with program name.
  75. * ... and many other small changes (see ChangeLog)
  76.  
  77.  
  78. Major changes from 1.0.2 to 1.0.3
  79. * Added -K option for znew to keep old .Z files if smaller
  80. * Added -q option (quiet) to cancel -v in GZIP env variable.
  81. * Made gzexe safer on systems with filename limitation to 14 chars.
  82. * Fixed bugs in handling of GZIP env variable and incorrect free with Turbo C.
  83.  
  84.  
  85. Major changes from 1.0.1 to 1.0.2
  86. * Added env variable GZIP for default options. Example:
  87.    for sh:   GZIP="-8 -v"; export GZIP
  88.    for csh:  setenv GZIP "-8 -v"
  89. * Added support for the Amiga.
  90. * znew now keeps the old .Z if it is smaller than the .z file.
  91.   This can happen for some large and very redundant files.
  92. * Do not complain about trailing garbage for record oriented IO (Vax/VMS).
  93.   This implies however that multi-part gzip files are not supported
  94.   on such systems.
  95. * Added gzexe to compress rarely used executables.
  96. * Reduce memory usage (required for MSDOS and useful on all systems).
  97. * Preserve time stamp in znew -P (pipe option) if touch -r works.
  98.  
  99.  
  100. Major changes from 1.0 to 1.0.1
  101. * fix trivial errors in the Borland makefile (msdos/Makefile.bor)
  102.  
  103.  
  104. Major changes from 0.8.2 to 1.0
  105. * gzip now runs on Vax/VMS
  106. * gzip will not not overwrite files without -f when using /bin/sh in
  107.   background.
  108. * Support the test option -t for compressed (.Z) files.
  109.   Allow some data recovery for bad .Z files.
  110. * Added makefiles for MSDOS (Only tested for MSC, not Borland).
  111. * still more changes to configure for several systems
  112.  
  113.  
  114. Major changes from 0.8.1 to 0.8.2:
  115. * yet more changes to configure for Linux and other systems
  116. * Allow zcat on a file with multiple links.
  117.  
  118.  
  119. Major changes from 0.8 to 0.8.1:
  120. * znew has now a pipe option -P to reduce the disk space requirements,
  121.   but this option does not preserve timestamps.
  122. * Fixed some #if directives for compilation with TurboC.
  123.  
  124.  
  125. Major changes from 0.7 to 0.8:
  126. * gzip can now extract .z files created by 'pack'.
  127. * configure should no longer believe that every machine is a 386
  128. * Fix the entry for /etc/magic in INSTALL.
  129. * Add patch for GNU tar 1.11.1 and a pointer to crypt++.el
  130. * Uncompress files with multiple links only with -f.
  131. * Fix for uncompress of .Z files on 16-bit machines
  132. * Create a correct output name for file names of exactly N-1 chars when
  133.   the system has a limit of N chars.
  134.  
  135.  
  136. Major changes from 0.6 to 0.7:
  137. * Use "make check" instead of "make test".
  138. * Keep time stamp and pass options to gzip in znew.
  139. * Do not create .z.z files with gzip -r.
  140. * Allow again gunzip .zip files (was working in 0.5)
  141. * Allow again compilation with TurboC 2.0 (was working in 0.4)
  142.  
  143.  
  144. Major changes form 0.5 to 0.6:
  145. * gunzip reported an error when extracting certain .z files. The .z files
  146.   produced by gzip 0.5 are correct and can be read by gunzip 0.6.
  147. * gunzip now supports multiple compressed members within a single .z file.
  148. * Fix the check for i386 in configure.
  149. * Added "make test" to check for compiler bugs. (gcc -finline-functions
  150.   is broken at least on the NeXT.)
  151. * Use environment variable PAGER in zmore if it is defined.
  152. * Accept gzcat in addition to zcat for people having /usr/bin before
  153.   /usr/local/bin in their path.
  154.